F.4 [Options] Section
Summary
Defines the [options]
tag is found only in Firmware Volume INF files. This is
an optional section.
Prototype
<options> ::= "[options]" <EOL>
<expression>+
<expression> ::= <Variable> "=" <Value> <EOL>
<Variable> ::= {"EFI_BASE_ADDRESS"} {"EFI_BLOCK_SIZE"}
{"EFI_FILE_NAME"} {"EFI_NUM_BLOCKS"}
{"EFI_SYM_FILE_NAME"} ("IA32_RST_BIN"}
<CName> ::= A valid C variable name
<VAL> ::= "0x" <HexDigit>{1,8}
<Value> ::= {<String>} {<VAL>} {<Filename>}
Example
[options]
EFI_BASE_ADDRESS = 0xFFD80000
EFI_FILE_NAME = FvRecovery.fv
EFI_NUM_BLOCKS = 0x28
EFI_BLOCK_SIZE = 0x10000